GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-13T19:57:37.5805642+00:00",
"SubmitDate": "2025-12-13T19:57:37.5805642+00:00",
"ReportPeriodStart": "2025-12-13T19:57:37.5805642+00:00",
"ReportPeriodEnd": "2025-12-13T19:57:37.5805642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2060578d-87c1-4233-875e-6c6c2fb4b959",
"Rows": [
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2060578d-87c1-4233-875e-6c6c2fb4b959",
"Rows": [
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4334add5-1ebf-4e0f-84de-d60e9f0b59f1",
"1c7f7cff-0106-4d5c-87b7-90bbd9871b74"
],
"Approvers": [
"57f9fbfa-56b1-4c4b-83a0-67664fe71159",
"37bd2bf8-e239-4347-b7ff-1552742e5fe7"
],
"ApprovedBy": "2d9bca02-b9bc-42f6-aa13-3466181f89a5",
"ApprovalDate": "2025-12-13T19:57:37.5805642+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "67073e3d-6676-4250-b078-dc06da7badf4",
"id": "451fb47e-465a-4012-a829-0acd41bbde39",
"ConfigId": "7e836401-48f7-401b-9cdb-b4d403a1aa7b"
},
{
"GenerationDate": "2025-12-13T19:57:37.5805642+00:00",
"SubmitDate": "2025-12-13T19:57:37.5805642+00:00",
"ReportPeriodStart": "2025-12-13T19:57:37.5805642+00:00",
"ReportPeriodEnd": "2025-12-13T19:57:37.5805642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2060578d-87c1-4233-875e-6c6c2fb4b959",
"Rows": [
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2060578d-87c1-4233-875e-6c6c2fb4b959",
"Rows": [
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71396116-8398-483d-82a8-62fea4ee6578",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4334add5-1ebf-4e0f-84de-d60e9f0b59f1",
"1c7f7cff-0106-4d5c-87b7-90bbd9871b74"
],
"Approvers": [
"57f9fbfa-56b1-4c4b-83a0-67664fe71159",
"37bd2bf8-e239-4347-b7ff-1552742e5fe7"
],
"ApprovedBy": "2d9bca02-b9bc-42f6-aa13-3466181f89a5",
"ApprovalDate": "2025-12-13T19:57:37.5805642+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "67073e3d-6676-4250-b078-dc06da7badf4",
"id": "451fb47e-465a-4012-a829-0acd41bbde39",
"ConfigId": "7e836401-48f7-401b-9cdb-b4d403a1aa7b"
}
]